From 2a0a40fa25082e8d6ca77653f6e06f784b48fc6f Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 12 Jul 2005 17:23:38 +0000 Subject: [PATCH] Let Xen have 256 PIRQs to guests. --- xen/include/xen/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index 399210084c..8caebed588 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -122,7 +122,7 @@ struct domain * domain's event-channel spinlock. Read accesses can also synchronise on * the lock, but races don't usually matter. */ -#define NR_PIRQS 128 /* Put this somewhere sane! */ +#define NR_PIRQS 256 /* Put this somewhere sane! */ u16 pirq_to_evtchn[NR_PIRQS]; u32 pirq_mask[NR_PIRQS/32]; -- 2.30.2